[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 U_PWDLC() (DATE)

 Function
  Get the last date the user changed his password.

 Syntax
  U_PWDLC()   No arguments are required

 Return Type & Value
  DATE
  Returns the last date the user changed his password.

 Remarks
  PCBoard has the ability to track the last date of a password change for
  each user.  This function will return that date for the user currently
  online.  Unlike the predefined U_... user variables, this function does
  not require the use of GETUSER to return valid information.  However, it
  does require that the password PSA has been installed to return
  meaningful information.  The existence of the password PSA may be
  checked via the PSA() function.

 Examples
  IF (PSA(4)) PRINTLN "You last changed your password on ",U_PWDLC(),"."

See Also: PSA()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson